projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85a6caf
)
Remove an unused variable
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 13 Jun 2015 21:49:06 +0000
(17:49 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 14 Jun 2015 01:10:25 +0000
(21:10 -0400)
gdk/gdkwindow.c
patch
|
blob
|
history
diff --git
a/gdk/gdkwindow.c
b/gdk/gdkwindow.c
index 8edaa556594f5de8e360f15a69d914242d94c474..612d796a2f6eb96f361138ead58d11e1c4261758 100644
(file)
--- a/
gdk/gdkwindow.c
+++ b/
gdk/gdkwindow.c
@@
-198,8
+198,6
@@
static guint signals[LAST_SIGNAL] = { 0 };
static gpointer parent_class = NULL;
-static const cairo_user_data_key_t gdk_window_cairo_key;
-
G_DEFINE_ABSTRACT_TYPE (GdkWindow, gdk_window, G_TYPE_OBJECT)
#ifdef DEBUG_WINDOW_PRINTING